Redesign Special:Search:
authorRobert Stojnić <rainman@users.mediawiki.org>
Wed, 22 Oct 2008 23:08:07 +0000 (23:08 +0000)
committerRobert Stojnić <rainman@users.mediawiki.org>
Wed, 22 Oct 2008 23:08:07 +0000 (23:08 +0000)
commitf58d22d15392e9df3ccd4708a37371d039191575
tree00aeefc9ec0a1937becc35d8c969f210b4069977
parent6ff853d8c7d57917397d360335765790f006dabe
Redesign Special:Search:
* remove all horrible long messages that just kept being sticked on the search page. There is
  no reason to show long messages on *every search* to *everyone*, use the Help link instead
* organize search options into a straighforward menu on right side of search box
* Search box now comes with a header for quickly switching between typical namespace groups:
  - Articles - wgNamespacesToBeSearchedDefault namespaces, default for anons
  - Articles/Project - wgNamespacesToBeSearchedDefault + wgNamespacesToBeSearchedProject,
    default for logged-in users. Contains namespaces like main, user, project, etc..
  - Images - local/commons images
  - Everything - quick link to search *all* namespaces
  - Advanced - this will show our powerbox, which is now not shown on every page

Preferences change:
* logged-in users by default search more namespaces than anons, this relies on assumption
  that logged in users are more likely to be regular contributors in a community, and
  thus be interested in community stuff as well as articles

* bug 14609, if users leave their namespaces settings on default, changing default
  search namespaces will change users namespaces as well

Images:
* bug 5101. Don't hide commons images as broken links if search backend is smart enough to
  return them.
includes/DefaultSettings.php
includes/SearchEngine.php
includes/specials/SpecialPreferences.php
includes/specials/SpecialSearch.php
languages/messages/MessagesEn.php
maintenance/language/messages.inc
skins/common/shared.css
skins/monobook/main.css